server.route("/upload", methods=["POST"])
| 1 | import os, gridfs, pika, json |
| 2 | from flask import Flask, request, send_file |
| 3 | from flask_pymongo import PyMongo |
| 4 | from auth import validate |
nothing calls this directly
no outgoing calls
no test coverage detected