aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/Profile.scala
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/Profile.scala')
-rw-r--r--app/controllers/Profile.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/Profile.scala b/app/controllers/Profile.scala
index 8181106..0009628 100644
--- a/app/controllers/Profile.scala
+++ b/app/controllers/Profile.scala
@@ -138,4 +138,8 @@ object Profile extends Controller {
138 } 138 }
139 } 139 }
140 140
141 def viewProfile(userUuid: String) = TODO
142
143 def editProfile = TODO
144
141} 145}