Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
done with skills support server
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 21, 2019
1 parent 36832c9 commit d67e01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/andromeda/araserver/pages/GetSkillData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package com.andromeda.araserver.pages

class GetSkillData {
fun main(url:String): String? {
val mainVal = url.replace("/skilldata/", "")
val mainMap = mapOf("CALL" to "to call", "TOG_MEDIA" to "", "SITE" to "what site?","OUTPUT" to "title and description", "TEXT" to "Who to text?", "OPEN_APP" to "what app I run?")
val mainVal = url.replace("/skillsdata/", "")
val mainMap = mapOf("CALL" to "who should I call?", "TOG_MEDIA" to "", "SITE" to "what site?","OUTPUT" to "title and description", "TEXT" to "Who to text?", "OPEN_APP" to "what app I run?")
return mainMap[mainVal]
}
}

0 comments on commit d67e01c

Please sign in to comment.