This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
pigallery2
Watch
1
Star
0
Fork
0
You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced
2025-06-06 23:36:23 +02:00
Code
Issues
Releases
Activity
pigallery2
/
common
/
entities
/
UserModificationRequest.ts
5 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
source style cleanup
2016-05-09 17:04:56 +02:00
export
class
UserModificationRequest
{
adding angular-cli support (causes major refactoring)
2017-06-10 22:32:56 +02:00
constructor
(
public
id
:
number
)
{
}
implementing routers and user middlewares
2016-03-19 17:31:42 +01:00
}
Reference in New Issue
Copy Permalink