This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
9b5823384a
salix
/
modules
/
route
/
back
/
models
/
vehicle.js
4 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refs #5066 copy project from the other
2023-04-20 06:23:46 +00:00
module
.
exports
=
Self
=>
{
refs #5066 e2e fixs, change name sorted
2023-05-29 11:49:32 +00:00
require
(
'../methods/vehicle/sorted'
)
(
Self
)
;
refs #5066 copy project from the other
2023-04-20 06:23:46 +00:00
}
;