mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-12 01:04:29 +02:00
Added support for mail notifications and WIP JIRA export.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.ysoft.odc
|
||||
|
||||
import play.api.mvc.Call
|
||||
|
||||
class Absolutizer(host: String, secure: Boolean){
|
||||
def absolutize(call: Call) = call.absoluteURL(secure, host)
|
||||
}
|
||||
Reference in New Issue
Block a user