This website requires JavaScript.
Explore
Builds
Help
Register
Sign in
Akif9748
/
akf-forum
Watch
1
Star
1
Fork
You've already forked akf-forum
0
mirror of
https://github.com/Akif9748/akf-forum.git
synced
2024-11-01 03:25:04 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d2f644f630
akf-forum
/
errors
/
error.js
3 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixing git
2022-03-13 16:16:46 +03:00
module
.
exports
=
(
res
,
type
,
error
)
=>
res
.
status
(
type
)
.
render
(
"error"
,
{
type
,
error
}
)
;
Reference in a new issue
Copy permalink