Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmao authored Feb 28, 2024
1 parent 8f432c4 commit d8cbeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const functions = require('firebase-functions');
const { api } = require('../dist/app');
const { api } = require('../dist/src/app');

exports.api = functions.https.onRequest(api);

0 comments on commit d8cbeb1

Please sign in to comment.