Skip to content

Commit

Permalink
chore: Add todo in adapter-begin
Browse files Browse the repository at this point in the history
  • Loading branch information
GrygrFlzr committed Jul 2, 2021
1 parent 0f5fc1c commit 8346eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/adapter-begin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import url from 'url';
import app from '@architect/shared/app.js'; // eslint-disable-line import/no-unresolved

// TODO: run init() on the app before handling routes

async function handler(event) {
const { host, rawPath: path, httpMethod, rawQueryString, headers, body } = event;

Expand Down

0 comments on commit 8346eb1

Please sign in to comment.