We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1218248 commit 31b04fbCopy full SHA for 31b04fb
packages/fyllut-backend/src/routers/api/documents/index.ts
@@ -5,7 +5,6 @@ import documents from './documents';
5
const documentsRouter = express.Router();
6
const { azureSkjemabyggingProxy } = initApiConfig();
7
8
-documentsRouter.post('/front-page', azureSkjemabyggingProxy, documents.frontPage);
9
documentsRouter.post('/front-page-and-application', azureSkjemabyggingProxy, documents.frontPageAndApplication);
10
11
export default documentsRouter;
0 commit comments