Skip to content

Commit 31b04fb

Browse files
committed
Remove /first-page endpoint since ettersending could not use it
1 parent 1218248 commit 31b04fb

File tree

1 file changed

+0
-1
lines changed
  • packages/fyllut-backend/src/routers/api/documents

1 file changed

+0
-1
lines changed

packages/fyllut-backend/src/routers/api/documents/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import documents from './documents';
55
const documentsRouter = express.Router();
66
const { azureSkjemabyggingProxy } = initApiConfig();
77

8-
documentsRouter.post('/front-page', azureSkjemabyggingProxy, documents.frontPage);
98
documentsRouter.post('/front-page-and-application', azureSkjemabyggingProxy, documents.frontPageAndApplication);
109

1110
export default documentsRouter;

0 commit comments

Comments
 (0)