Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/ [cep].js
File
[cep].js
pages/api/cep/v1/[cep].js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
app from
'@/app'
;
2
import
BadRequestError from
'@/errors/BadRequestError'
;
3
import
NotFoundError from
'@/errors/NotFoundError'
;
4
import
{ fetchCep } from
'@/services/cep/cep'
;
Callers
nothing calls this directly
Calls
1
app
Function · 0.85
Tested by
no test coverage detected