1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

updated README

This commit is contained in:
Sylvain 2021-04-30 16:14:05 +02:00
parent e3187460ea
commit 2c6b3aaa75
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Fab-manager
Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.
Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects.
[![Coverage Status](https://coveralls.io/repos/github/sleede/fab-manager/badge.svg)](https://coveralls.io/github/sleede/fab-manager)
[![Docker pulls](https://img.shields.io/docker/pulls/sleede/fab-manager.svg)](https://hub.docker.com/r/sleede/fab-manager/)

View File

@ -185,7 +185,6 @@ Rails.application.routes.draw do
post 'payzen/confirm_payment' => 'payzen#confirm_payment'
post 'payzen/check_hash' => 'payzen#check_hash'
post 'payzen/create_token' => 'payzen#create_token'
post 'payzen/confirm_payment_schedule' => 'payzen#confirm_payment_schedule'
# FabAnalytics
get 'analytics/data' => 'analytics#data'