superrcoop / weconnec

The project intends to resolve the need for a central platform that allows, primarily students to share resources among themselves
https://weconnec.xyz
GNU General Public License v3.0
0 stars 0 forks source link

API Routes #1

Open superrcoop opened 6 years ago

superrcoop commented 6 years ago
@app.route('/api/auth/login', methods = ['POST','GET'])
@app.route('/api/auth/registration', methods = ['POST','GET'])
@app.route('/api/resource/upload', methods = ['POST'])
@app.route('/api/resource/view/<doc_id>', methods = ['GET'])
@app.route('/api/resource/all', methods = ['GET'])